object RenameFForm: TRenameFForm Left = 289 Top = 141 BorderStyle = bsDialog Caption = 'Rename' ClientHeight = 76 ClientWidth = 275 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = True Scaled = False OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 49 Height = 13 Caption = 'File &name:' FocusControl = FileName end object FileName: TEdit Left = 8 Top = 24 Width = 177 Height = 21 TabOrder = 0 Text = 'FileName' end object OKButt: TButton Left = 192 Top = 11 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = OKButtClick end object CancelButt: TButton Left = 192 Top = 44 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 2 OnClick = CancelButtClick end end